home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / update-manager / DistUpgrade.cfg < prev    next >
INI File  |  2009-11-02  |  4KB  |  106 lines

  1. [View]
  2. # the views will be tried in this order, if one fails to import, the next
  3. # is tried
  4. View=DistUpgradeViewGtk,DistUpgradeViewKDE,DistUpgradeViewText
  5. #View=DistUpgradeViewNonInteractive
  6. #Depends= python-apt (>= 0.6.0), apt (>= 0.6)
  7. # the views below support upgrades over ssh connection
  8. SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
  9.  
  10. # Distro contains global information about the upgrade
  11. [Distro]
  12. # the meta-pkgs we support
  13. MetaPkgs=ubuntu-desktop, kubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop, ichthux-desktop, mythbuntu-desktop
  14. BaseMetaPkgs=ubuntu-minimal, ubuntu-standard
  15. PostUpgradePurge=xorg-common, libgl1-mesa, ltsp-client, ltspfsd, python2.3
  16. Demotions=demoted.cfg
  17. RemoveEssentialOk=sysvinit, sysvutils
  18. RemovalBlacklistFile=removal_blacklist.cfg
  19. # if those packages were installed, make sure to keep them installed
  20. KeepInstalledPkgs=gnumeric, hpijs, grub
  21. KeepInstalledSection=translations
  22. RemoveObsoletes=yes
  23. ForcedObsoletes=esound, esound-common, slocate, ksplash-engine-moodin, powernowd
  24. # example rule
  25. #PostUpgrade{Install,Remove,Purge}=evms
  26. #PostUpgradePurge=kdm-kde4
  27. # libflashsupport is now oboselete and causes problems so we remove it
  28. # early
  29. PostUpgradeRemove=libflashsupport
  30. PostUpgradeUpgrade=brasero
  31. PostInstallScripts=./xorg_fix_proprietary.py
  32. #EnableApport=no
  33. # this supported blacklisting certain versions to ensure we do not upgrade
  34. # to a known broken version. python2.6 was broken during intrepid->jaunty
  35. BadVersions=python2.6_2.6.1-1ubuntu8,python-central_0.6.11ubuntu5
  36.  
  37. [KernelRemoval]
  38. Version=2.6.28
  39. BaseNames=linux-image,linux-headers,linux-image-debug,linux-ubuntu-modules,linux-header-lum,linux-backport-modules,linux-header-lbm,linux-restricted-modules
  40. Types=386,generic,rt,server,virtual
  41.  
  42. # information about the individual meta-pkgs
  43. [ubuntu-desktop]
  44. KeyDependencies=gdm, usplash-theme-ubuntu, ubuntu-artwork, ubuntu-sounds
  45. # those pkgs will be marked remove right after the distUpgrade in the cache
  46. PostUpgradeRemove=xscreensaver, gnome-cups-manager, powermanagement-interface
  47. ForcedObsoletes=desktop-effects, cups-pdf, gnome-app-install, policykit-gnome, gnome-mount
  48.  
  49. [kubuntu-desktop]
  50. KeyDependencies=kdm, kubuntu-artwork-usplash
  51. PostUpgradeRemove=powermanagement-interface, guidance-power-manager, kde-guidance-powermanager
  52. PostUpgradeInstall=dontzap
  53. # those packages are marked as obsolete right after the upgrade
  54. ForcedObsoletes=ivman, cups-pdf, gtk-qt-engine
  55.  
  56. [xubuntu-desktop]
  57. KeyDependencies=xubuntu-artwork-usplash, xubuntu-default-settings, xfwm4
  58. ForcedObsoletes=cups-pdf
  59.  
  60. [ubuntustudio-desktop]
  61. KeyDependencies=ubuntustudio-default-settings, ubuntustudio-look, usplash-theme-ubuntustudio
  62.  
  63. [ichthux-desktop]
  64. KeyDependencies=ichthux-artwork-usplash, ichthux-default-settings
  65.  
  66. [mythbuntu-desktop]
  67. KeyDependencies=mythbuntu-artwork-usplash,mythbuntu-default-settings
  68.  
  69. [Files]
  70. BackupExt=distUpgrade
  71. LogDir=/var/log/dist-upgrade
  72.  
  73. [Sources]
  74. From=jaunty
  75. To=karmic
  76. ValidOrigin=Ubuntu
  77. ValidMirrors = mirrors.cfg
  78. Components=main,restricted,universe,multiverse
  79.  
  80. ;[PreRequists]
  81. ;Packages=release-upgrader-apt,release-upgrader-dpkg
  82. ;SourcesList=prerequists-sources.list
  83. ;SourcesList-ia64=prerequists-sources.ports.list
  84. ;SourcesList-hppa=prerequists-sources.ports.list
  85.  
  86. [Aufs]
  87. ; this is a xor option, either full or chroot overlay
  88. ;EnableFullOverlay=yes
  89. ;EnableChrootOverlay=yes
  90. ; sync changes from the chroot back to the real system
  91. ;EnableChrootRsync=yes
  92. ; what chroot dir to use
  93. ;ChrootDir=/tmp/upgrade-chroot
  94. ; the RW dir to use (either for full overlay or chroot overlay)
  95. ;RWDir=/tmp/upgrade-rw
  96.  
  97. [Network]
  98. MaxRetries=3
  99.  
  100. [NonInteractive]
  101. ForceOverwrite=yes
  102. RealReboot=no
  103. DebugBrokenScripts=no
  104. DpkgProgressLog=no
  105. ;TerminalTimeout=2400
  106.